<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 20% 0 0 8%;}
.banner .text h1{font-size: 56px; color: #fff; font-weight: bold; transform: translateY(50px); opacity: 0; transition: all ease .9s .5s; -webkit-transition:  all ease .9s .5s;}
.banner .text h4{font-size: 28px; color: #fff; font-weight: bold; text-transform: uppercase; transform: translateY(50px); opacity: 0; transition: all ease .9s .5s; -webkit-transition:  all ease .9s .5s; font-family: 'Montserrat-Light'}

.banner .swiper-slide-active .text h1{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text h4{transform: translateY(0); opacity: 1;}

/* .banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards} */


@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.mark{width: 100%; position: relative;}

/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{padding-bottom: 60px; position: relative}
.title h1{font-size: 22px; color: #181818; margin-bottom: 4px;}
.title h6{font-size: 13px; color: #999; font-family: 'novecentowide-book'}
.title p{font-size: 13px; color: #666; line-height: 24px; margin-top: 20px;}

.a_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #0e69b2; position: relative; font-family: 'novecentowide-book'}


/*----list01----*/
.list01{padding: 80px 0; overflow: hidden}
.list01 .list01_left{width: 50%; margin-right: 10%;}

.list01 .list01_left .list01_con .li_right{width: 100%; margin-top: 10px;}
.list01 .list01_left .list01_con .li_right p{font-size: 14px; color: #333; line-height: 30px;}
.list01 .list01_left .list01_con .li_right .a_link{margin-top: 40px;}

.list01 .list01_right{width: 40%;}
.list01 .list01_right .video_li{width: 100%;}

/*----list02----*/
.list02{padding: 120px 0; position: relative; background: url("../image/c1.jpg") no-repeat; overflow: hidden}
.list02:before{_content: ""; _display: block; width: 100%; height: 60px; background: url("../image/c1.png") no-repeat; position: absolute; top: 0; left: 0; margin-top: 120px;}

.list02 .list02_li{padding: 0 10%; margin-bottom: 80px;}
.list02 .list02_li .list li{width: 10.6666%;  float: left; margin: 0 3%; cursor: pointer}
.list02 .list02_li .list li .img{width: 80px; height: 70px; margin: 0 auto; background: #fff; padding: 10px 15px; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_li .list li .img img{width: 50px; height: 50px; float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_li .list li .img .on{position: absolute; top: 10px; left: 15px; opacity: 0;}
.list02 .list02_li .list li h3{font-size: 14px; color: #fff; text-align: center; padding-top: 10px;}

.list02 .list02_li .list li:hover .img{background: #0e69b2}
.list02 .list02_li .list li:hover .img .on{opacity: 1}

.list02 .list02_list{padding: 0 5%;}
.list02 .list02_list .list_con{display: none; background: #fff; padding: 30px;}
.list02 .list02_list .list_con.active{display: block}
.list02 .list02_list .list_con .list_left{width: 55%; margin-right: 5%; padding: 60px 0 0 50px;}
.list02 .list02_list .list_con .list_left h1{display: block; font-size: 20px; color: #0e69b2; font-weight: bold; margin-bottom: 20px;}
.list02 .list02_list .list_con .list_left p{font-size: 14px; color: #333; line-height: 32px;}
.list02 .list02_list .list_con .list_left .a_link{margin-top: 30px;}

.list02 .list02_list .list_con .list_right{width: 40%;}
.list02 .list02_list .list_con .list_right .img{width: 100%; overflow: hidden}
.list02 .list02_list .list_con .list_right .img img{width: 100%;}

/*----list03----*/
.list03{position: relative; padding: 80px 0; overflow: hidden}
.list03 .list03_con .list03_left{width: 40%; margin-right: 5%; padding-left: 5px; position: relative}
.list03 .list03_con .list03_left .img{width: 100%; overflow: hidden; border-radius: 6px; position: relative; z-index: 2}
.list03 .list03_con .list03_left .img img{width: 100%;}
.list03 .list03_con .list03_left span{display: block; width: 100%; height: 100%; background: rgba(14,105,178,.6); position: absolute; bottom: 0; left: 0; margin: 0 0 -10px -5px; border-radius: 6px;}

.list03 .list03_con .list03_right{width: 55%;}
.list03 .list03_con .list03_right h1{font-size: 20px; color: #333; font-weight: bold; margin-bottom: 10px;}
.list03 .list03_con .list03_right .img{width: 100%; margin-bottom: 10px;}
.list03 .list03_con .list03_right .img img{float: none; display: block;}
.list03 .list03_con .list03_right h3{font-size: 14px; color: #333;}
.list03 .list03_con .list03_right .list03_list{margin-top: 30px; padding: 0 20px;}
.list03 .list03_con .list03_right .list03_list .li{padding: 0 5px;}
.list03 .list03_con .list03_right .list03_list .li .img{width: 100%; overflow: hidden; margin-bottom: 10px; border-radius: 6px; border: 1px solid #999}
.list03 .list03_con .list03_right .list03_list .li .img img{width: 100%;}
.list03 .list03_con .list03_right .list03_list .li h6{font-size: 13px; color: #333; text-align: center}

.list03 .list03_con .list03_right .list03_list .slick-prev, .list03 .list03_con .list03_right .list03_list .slick-next{background: #dedede}
.list03 .list03_con .list03_right .list03_list .slick-prev{left: -22px;}
.list03 .list03_con .list03_right .list03_list .slick-next{right: -22px;}

/*----list04----*/
.list04{padding: 160px 0; overflow: hidden; background: url("../image/c15.jpg") no-repeat fixed; background-size: cover}
.list04 .title h1{color: #fff;}
.list04 .title h1 a{color: #fff;}
.list04 .title h6{color: #fff;}
.list04 .list04_list{margin-top: 30px; padding: 0 20px;}
.list04 .list04_list .li{padding: 0 5px;}
.list04 .list04_list .li .img{width: 100%; padding: 10px; background: #fff; }
.list04 .list04_list .li .img .img_bg{width: 100%; overflow: hidden}
.list04 .list04_list .li .img .img_bg img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_list .li .txt{padding: 20px 0; background: #fff; text-align: center; position: relative; overflow: hidden}
.list04 .list04_list .li .txt h3{font-size: 13px; color: #333; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_list .li .txt:before{content: ""; display: block; width: 100%; height: 0; background: #0e69b2; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_list .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list04 .list04_list .li:hover .txt:before{height: 100%;}
.list04 .list04_list .li:hover .txt h3{color: #fff;}

/*----list05----*/
.list05{overflow: hidden}
.list05 .list li{width: 50%; float: left; padding: 140px 0 140px 160px; background-size: cover; box-sizing: border-box}
.list05 .list li h1{font-size: 22px; color: #fff; font-weight: bold}

</pre></body></html>